home *** CD-ROM | disk | FTP | other *** search
-
-
- USERLIST(1) MAINTENANCE COMMANDS USERLIST(1)
-
-
- NNNAAAMMMEEE
- userlist - creates dictionary with usernames from passwordlist
-
- SSSYYYNNNOOOPPPSSSIIISSS
- userlist [-c] [-l] [-1] [-r] [-n] [-f passwordfile] [-o outfile]
-
- DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
- Userlist generates a dictionary consisting of all usernames that occur in
- the passwordfile given by the -f switch (if no -f switch is specified,
- standard-input is used). The dictionary will be written to the file
- specified by the -o switch (if no -o switch is specified, standard-output
- is used). Words can be converted to all-lowercase, all-uppercase and
- name-alike (first character uppercase, rest-lowercase). Furthermore, all
- specified conversions can also be generated reversed. Use of one of the
- options -c, -l or -1 causes the normal word not te be generated anymore
- unless the -n switch is specified.
-
- OOOPPPTTTIIIOOONNNSSS
- -c Specifies that words will be converted to all-uppercase characters
-
- -l Words will be converted to all-lowercase characters
-
- -1 Same as -l, only first character will be converted to uppercase
-
- -r All specified conversions will also be generated reversed
-
- -n Use of one of the options -c, -l or -1 causes the normal word not
- to be generated. This switch causes the normal word to be generated
- again.
-
- -fname
- Causes passwordfile name to be used instead of standard-input.
-
- -oname
- Causes file name to be used to write dictionary to, instead of
- standard-output.
-
- SSSEEEEEE-AAALLLSSSOOO
- gecos(1), hades(1), optimize(1), merge(1)
-
- EEEXXXAAAMMMPPPLLLEEESSS
- To write a list of all usernames as they are stored in /etc/passwd to
- file users.dic, type:
-
- userlist -f /etc/passwd -o users.dic
-
- To write a list of all usernames contained in /etc/passwd in normal, all-
- lowercase and name-conversion to standard-output, type:
-
- userlist -l -1 -n < /etc/passwd
-
- BBBUUUGGGSSS
- Userlist doesn't check multiple occurrance of switches. If an option is
- specified more than once, earlier specifications will be ignored.
-
-
-
-
- Room101 hackers April 13, 1992 1
-
-
-
- USERLIST(1) MAINTENANCE COMMANDS USERLIST(1)
-
-
- IIINNNFFFOOORRRMMMAAATTTIIIOOONNN
- Userlist is copyrighted (C) 1992 by ``Zabkar'', member of Room101 hackers
- organization, Holland. Unauthorized use/copying of this program is
- explicitly prohibited. Userlist is part of the DESPERATE toolbox for
- HADES password-cracking package by ``Remote''. Send e-Mail to
- root@waves.hacktic.nl (Zabkar) or root@room101.hacktic.nl (Remote).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Room101 hackers April 13, 1992 2
-
-